From 0b653abcd4a7989b22fe1c0520d46e3fff2ab5a0 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 27 May 2011 04:24:10 +0200 Subject: [PATCH] styleproperties: Remove unused priv variables --- gtk/gtkstyleproperties.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c index a2cb8e53e6..67073726c0 100644 --- a/gtk/gtkstyleproperties.c +++ b/gtk/gtkstyleproperties.c @@ -610,12 +610,10 @@ gtk_style_properties_set_valist (GtkStyleProperties *props, GtkStateFlags state, va_list args) { - GtkStylePropertiesPrivate *priv; const gchar *property_name; g_return_if_fail (GTK_IS_STYLE_PROPERTIES (props)); - priv = props->priv; property_name = va_arg (args, const gchar *); while (property_name) @@ -909,12 +907,10 @@ gtk_style_properties_get_valist (GtkStyleProperties *props, GtkStateFlags state, va_list args) { - GtkStylePropertiesPrivate *priv; const gchar *property_name; g_return_if_fail (GTK_IS_STYLE_PROPERTIES (props)); - priv = props->priv; property_name = va_arg (args, const gchar *); while (property_name) -- 2.30.2